home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_17405.txt < prev    next >
Text File  |  1990-08-24  |  2KB  |  93 lines

  1. -- card: 17405 from stack: in.0
  2. -- bmap block id: 17420
  3. -- flags: 0000
  4. -- background id: 15491
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on goPrev
  8.   lock screen
  9.   go prev
  10.   unlock screen with dissolve
  11. end goPrev
  12.  
  13.  
  14.  
  15.  
  16. -- part 1 (field)
  17. -- low flags: 01
  18. -- high flags: 0000
  19. -- rect: left=146 top=78 right=272 bottom=434
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 174
  24. -- text size: 14
  25. -- style flags: 0
  26. -- line height: 15
  27. -- part name: 
  28.  
  29.  
  30. -- part 3 (button)
  31. -- low flags: 00
  32. -- high flags: 0001
  33. -- rect: left=474 top=277 right=308 bottom=505
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 28467 / 28467
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: MaskNext
  42. ----- HyperTalk script -----
  43. on mouseUp
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 4 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=474 top=195 right=224 bottom=506
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 24471 / 24471
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: MapBtn
  60. ----- HyperTalk script -----
  61. -- Go to the Map stack.  "CameFrom" holds the name of this cd
  62. -- so the Map can hilite the cd the user came from.
  63.  
  64. on mouseUp
  65.   global DisSpeed, CameFrom, MapMode
  66.   set the hilite of me to true
  67.   lock Screen
  68.   set the hilite of me to false
  69.   put "Introduction to" into CameFrom
  70.   put last char of the icon of bg btn "section" into sectionNum
  71.   if sectionNum > 3 then put 2 into sectionNum
  72.   put "section" && sectionNum & ":" into SubCd
  73.   visual DisSpeed
  74.   if MapMode is "graph" then
  75.     go to cd SubCd of stack "‚Ä¢HC 2.0-3"
  76.     HiliteMap
  77.   else
  78.     go to cd "indexmap" of stack "‚Ä¢HC 2.0-3"
  79.   end if
  80.   unlock screen with DisSpeed
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part contents for card part 1
  86. ----- text -----
  87.  
  88.  
  89.  
  90.  
  91. So now you‚Äôve had an introduction to (and a chance to play a little with) Hypermedia, through the powers of HyperCard.
  92.  
  93. Click on the ‚ÄúBasic‚Äù button to return to the menu for this section, so that you can learn more about HyperCard and its powers.